LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

SearchRegistrationMarksCommandData Constructor(Int32,Int32,Int32,Int32,LeadRect,Int32,LeadPoint[],RegistrationMarkCommandType)

Show in webframe







Registration mark width, in pixels. This parameter accepts only positive values.
Registration mark height, in pixels. This parameter accepts only positive values.
Minimum registration mark scale to be detected. This is a percentage. It must not exceed maximumScale. This parameter accepts only positive values.
Maximum registration mark scale to be detected. This is a percentage. It must not be lower than minimumScale. This parameter accepts only positive values.
The area to be searched for registration marks (in pixels).
Number of registration marks expected inside the search area. This parameter accepts only positive values.
Array to be filled with the location points of the detected registration marks. SearchRegistrationMarksCommand will fill the first MarkDetectedCount elements in this array.
Registration mark type.
Initializes a new SearchRegistrationMarksCommandData class object with explicit parameters.
Syntax
public SearchRegistrationMarksCommandData( 
   int width,
   int height,
   int minimumScale,
   int maximumScale,
   LeadRect rectangle,
   int searchMarkCount,
   LeadPoint[] markDetectedPoints,
   RegistrationMarkCommandType type
)
'Declaration
 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal minimumScale As Integer, _
   ByVal maximumScale As Integer, _
   ByVal rectangle As LeadRect, _
   ByVal searchMarkCount As Integer, _
   ByVal markDetectedPoints() As LeadPoint, _
   ByVal type As RegistrationMarkCommandType _
)
'Usage
 
Dim width As Integer
Dim height As Integer
Dim minimumScale As Integer
Dim maximumScale As Integer
Dim rectangle As LeadRect
Dim searchMarkCount As Integer
Dim markDetectedPoints() As LeadPoint
Dim type As RegistrationMarkCommandType
 
Dim instance As New SearchRegistrationMarksCommandData(width, height, minimumScale, maximumScale, rectangle, searchMarkCount, markDetectedPoints, type)
public SearchRegistrationMarksCommandData( 
   int width,
   int height,
   int minimumScale,
   int maximumScale,
   LeadRect rectangle,
   int searchMarkCount,
   LeadPoint[] markDetectedPoints,
   RegistrationMarkCommandType type
)
- (id)initWithWidth:(unsigned int)width 
             height:(unsigned int)height 
       minimumScale:(unsigned int)minimumScale 
       maximumScale:(unsigned int)maximumScale 
          rectangle:(LeadRect)rectangle 
    searchMarkCount:(unsigned int)searchMarkCount 
 markDetectedPoints:(NSArray*)markDetectedPoints 
               type:(LTRegistrationMarkCommandType)type;
            
public SearchRegistrationMarksCommandData(
   int width, 
   int height, 
   int minimumScale, 
   int maximumScale, 
   LeadRect rectangle, 
   int searchMarkCount, 
   LeadPoint[] markDetectedPoints, 
   RegistrationMarkCommandType type
)
            
function SearchRegistrationMarksCommandData( 
   width ,
   height ,
   minimumScale ,
   maximumScale ,
   rectangle ,
   searchMarkCount ,
   markDetectedPoints ,
   type 
)
public:
SearchRegistrationMarksCommandData( 
   int width,
   int height,
   int minimumScale,
   int maximumScale,
   LeadRect rectangle,
   int searchMarkCount,
   array<LeadPoint>^ markDetectedPoints,
   RegistrationMarkCommandType type
)

Parameters

width
Registration mark width, in pixels. This parameter accepts only positive values.
height
Registration mark height, in pixels. This parameter accepts only positive values.
minimumScale
Minimum registration mark scale to be detected. This is a percentage. It must not exceed maximumScale. This parameter accepts only positive values.
maximumScale
Maximum registration mark scale to be detected. This is a percentage. It must not be lower than minimumScale. This parameter accepts only positive values.
rectangle
The area to be searched for registration marks (in pixels).
searchMarkCount
Number of registration marks expected inside the search area. This parameter accepts only positive values.
markDetectedPoints
Array to be filled with the location points of the detected registration marks. SearchRegistrationMarksCommand will fill the first MarkDetectedCount elements in this array.
type
Registration mark type.
Example
Refer to ApplyTransformationParametersCommand()
Requirements

Target Platforms

See Also

Reference

SearchRegistrationMarksCommandData Class
SearchRegistrationMarksCommandData Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.